projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
524653e
)
tools: install perf python bindings
author
Adriaan Schmidt
<adriaan.schmidt@siemens.com>
Mon, 4 Apr 2022 11:38:33 +0000
(13:38 +0200)
committer
Salvatore Bonaccorso
<carnil@debian.org>
Sun, 27 Oct 2024 06:25:33 +0000
(07:25 +0100)
Bug-Debian: http://bugs.debian.org/860957
Forwarded: not-needed
Gbp-Pq: Topic debian
Gbp-Pq: Name tools-perf-install-python-bindings.patch
tools/perf/Makefile.perf
patch
|
blob
|
history
diff --git
a/tools/perf/Makefile.perf
b/tools/perf/Makefile.perf
index f4c7472c861e87530f4b784e700ec692a6b7feef..7b55c7592e0e4a71ac73ffd9a90f5a55fec2e856 100644
(file)
--- a/
tools/perf/Makefile.perf
+++ b/
tools/perf/Makefile.perf
@@
-1149,7
+1149,7
@@
install-bin: install-tools install-tests
install: install-bin try-install-man
install-python_ext:
- $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'
+ $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'
--install-layout=deb
# 'make install-doc' should call 'make -C Documentation install'
$(INSTALL_DOC_TARGETS):